//==============================================================================
define wavessplashattack
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Tidal Wave Attack Splashes
        }
    }
}

//==============================================================================
define wavessplashshockwave
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Tidal Wave Shockwave
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
				Visualnone jimmy
            }
        }
    }
}

//==============================================================================
anim gore
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
				Visualnone jimmy
				tag SpecificSoundSet 0.01 false TidalSplash checkVisible 
				connect hotspot wavessplashattack hotspot
				connect hotspot wavessplashshockwave hotspot
				tag Attack 0.02 true
				tag Attack 0.04 true
				tag Attack 0.06 true
				length 0.3
            }
        }
    }
}
